home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / ocean / cacd_bin.000 / cacd_bin / lib / include / dmstd.h < prev    next >
C/C++ Source or Header  |  1994-05-06  |  1KB  |  49 lines

  1. /* SccsId = "@(#)dmstd.h 3.6 (TU-Delft) 04/28/93" */
  2. /**********************************************************
  3.  
  4. Name/Version      : The Design Data Management Project
  5.  
  6. Language          : C
  7. Operating system  : UNIX SYSTEM V
  8. Host machine      : HP9000/S500
  9.  
  10. Author(s)         : S. de Graaf
  11.                     A. van der Hoeven
  12.                     T.G.R. van Leuken
  13.                     N. van der Meijs
  14.             T. Vogel
  15.             P. van der Wolf
  16. Creation date     : 04-Dec-1986
  17. Modified by       : S. de Graaf
  18. Modification date : 21-Jan-1988
  19.  
  20.  
  21.         Delft University of Technology
  22.         Department of Electrical Engineering
  23.         Network Theory Section
  24.         Mekelweg 4 - P.O.Box 5031
  25.         2600 GA DELFT
  26.         The Netherlands
  27.  
  28.         Phone : 015 - 786234
  29.  
  30.         COPYRIGHT (C) 1985-1988 , All rights reserved
  31. **********************************************************/
  32.  
  33. #ifndef __DMSTD_H
  34. #define __DMSTD_H
  35.  
  36. #include <stdio.h>
  37. #include <ctype.h>
  38. #include <sys/types.h>
  39. #include <sys/stat.h>
  40.  
  41. #include "dmdef.h"
  42. #include "dmdebug.h"
  43. #include "dmincl.h"
  44. #include "dmmem.h"          /* hack the malloc calls */
  45.  
  46. #include <string.h>
  47.  
  48. #endif /* __DMSTD_H */
  49.